home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / a_utils / flex / amiga / flex.lha / Flex.src.lha / parse.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-13  |  44.4 KB  |  1,793 lines

  1.  
  2. /*  A Bison parser, made from parse.y  */
  3.  
  4. #define YYBISON 1  /* Identify Bison output.  */
  5.  
  6. #define    CHAR    258
  7. #define    NUMBER    259
  8. #define    SECTEND    260
  9. #define    SCDECL    261
  10. #define    XSCDECL    262
  11. #define    WHITESPACE    263
  12. #define    NAME    264
  13. #define    PREVCCL    265
  14. #define    EOF_OP    266
  15.  
  16. #line 6 "parse.y"
  17.  
  18. /*-
  19.  * Copyright (c) 1990 The Regents of the University of California.
  20.  * All rights reserved.
  21.  *
  22.  * This code is derived from software contributed to Berkeley by
  23.  * Vern Paxson.
  24.  * 
  25.  * The United States Government has rights in this work pursuant
  26.  * to contract no. DE-AC03-76SF00098 between the United States
  27.  * Department of Energy and the University of California.
  28.  *
  29.  * Redistribution and use in source and binary forms are permitted provided
  30.  * that: (1) source distributions retain this entire copyright notice and
  31.  * comment, and (2) distributions including binaries display the following
  32.  * acknowledgement:  ``This product includes software developed by the
  33.  * University of California, Berkeley and its contributors'' in the
  34.  * documentation or other materials provided with the distribution and in
  35.  * all advertising materials mentioning features or use of this software.
  36.  * Neither the name of the University nor the names of its contributors may
  37.  * be used to endorse or promote products derived from this software without
  38.  * specific prior written permission.
  39.  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
  40.  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  41.  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  42.  */
  43.  
  44. #ifndef lint
  45. static char rcsid[] =
  46.     "@(#) $Header: /usr/fsys/odin/a/vern/flex/RCS/parse.y,v 2.7 90/06/27 23:48:31 vern Exp $ (LBL)";
  47. #endif
  48.  
  49. #include "flexdef.h"
  50.  
  51. #undef bzero
  52.  
  53.  
  54. int pat, scnum, eps, headcnt, trailcnt, anyccl, lastchar, i, actvp, rulelen;
  55. int trlcontxt, xcluflg, cclsorted, varlength, variable_trail_rule;
  56. Char clower();
  57. void build_eof_action();
  58. void yyerror( char * );
  59.  
  60. static int madeany = false;  /* whether we've made the '.' character class */
  61. int previous_continued_action;    /* whether the previous rule's action was '|' */
  62.  
  63.  
  64. #ifndef YYLTYPE
  65. typedef
  66.   struct yyltype
  67.     {
  68.       int timestamp;
  69.       int first_line;
  70.       int first_column;
  71.       int last_line;
  72.       int last_column;
  73.       char *text;
  74.    }
  75.   yyltype;
  76.  
  77. #define YYLTYPE yyltype
  78. #endif
  79.  
  80. #ifndef YYSTYPE
  81. #define YYSTYPE int
  82. #endif
  83. #include <stdio.h>
  84.  
  85. #ifndef __STDC__
  86. #define const
  87. #endif
  88.  
  89.  
  90.  
  91. #define    YYFINAL        81
  92. #define    YYFLAG        -32768
  93. #define    YYNTBASE    32
  94.  
  95. #define YYTRANSLATE(x) ((unsigned)(x) <= 266 ? yytranslate[x] : 51)
  96.  
  97. static const char yytranslate[] = {     0,
  98.      2,     2,     2,     2,     2,     2,     2,     2,     2,    12,
  99.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  100.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  101.      2,     2,     2,    26,     2,    17,     2,     2,     2,    27,
  102.     28,    20,    21,    16,    31,    25,    19,     2,     2,     2,
  103.      2,     2,     2,     2,     2,     2,     2,     2,     2,    14,
  104.      2,    15,    22,     2,     2,     2,     2,     2,     2,     2,
  105.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  106.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  107.     29,     2,    30,    13,     2,     2,     2,     2,     2,     2,
  108.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  109.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  110.      2,     2,    23,    18,    24,     2,     2,     2,     2,     2,
  111.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  112.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  113.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  114.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  115.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  116.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  117.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  118.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  119.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  120.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  121.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  122.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  123.      2,     2,     2,     2,     2,     1,     2,     3,     4,     5,
  124.      6,     7,     8,     9,    10,    11
  125. };
  126.  
  127. static const short yyprhs[] = {     0,
  128.      0,     6,     7,    13,    14,    17,    19,    21,    23,    27,
  129.     29,    31,    36,    37,    38,    42,    45,    48,    50,    53,
  130.     55,    57,    61,    65,    67,    69,    72,    76,    79,    81,
  131.     85,    87,    90,    93,    95,    98,   101,   104,   111,   117,
  132.    122,   124,   126,   128,   132,   136,   138,   142,   147,   152,
  133.    155,   156,   159
  134. };
  135.  
  136. static const short yyrhs[] = {    33,
  137.     34,    35,    38,    39,     0,     0,    34,    36,     8,    37,
  138.     12,     0,     0,     1,    12,     0,     5,     0,     6,     0,
  139.      7,     0,    37,     8,     9,     0,     9,     0,     1,     0,
  140.     38,    39,    40,    12,     0,     0,     0,    41,    13,    43,
  141.      0,    41,    43,     0,    13,    43,     0,    43,     0,    41,
  142.     11,     0,    11,     0,     1,     0,    14,    42,    15,     0,
  143.     42,    16,     9,     0,     9,     0,     1,     0,    45,    44,
  144.      0,    45,    44,    17,     0,    44,    17,     0,    44,     0,
  145.     44,    18,    46,     0,    46,     0,    44,    19,     0,    46,
  146.     47,     0,    47,     0,    47,    20,     0,    47,    21,     0,
  147.     47,    22,     0,    47,    23,     4,    16,     4,    24,     0,
  148.     47,    23,     4,    16,    24,     0,    47,    23,     4,    24,
  149.      0,    25,     0,    48,     0,    10,     0,    26,    50,    26,
  150.      0,    27,    44,    28,     0,     3,     0,    29,    49,    30,
  151.      0,    29,    13,    49,    30,     0,    49,     3,    31,     3,
  152.      0,    49,     3,     0,     0,    50,     3,     0,     0
  153. };
  154.  
  155. #if YYDEBUG != 0
  156. static const short yyrline[] = { 0,
  157.     55,    79,    88,    89,    90,    94,    97,   107,   111,   114,
  158.    117,   121,   122,   125,   136,   156,   167,   191,   202,   205,
  159.    224,   228,   231,   241,   250,   254,   311,   314,   354,   370,
  160.    376,   381,   406,   414,   418,   425,   432,   439,   457,   471,
  161.    489,   511,   528,   535,   538,   541,   552,   555,   569,   597,
  162.    609,   617,   628
  163. };
  164.  
  165. static const char * const yytname[] = {   "$","error","$illegal.","CHAR","NUMBER",
  166. "SECTEND","SCDECL","XSCDECL","WHITESPACE","NAME","PREVCCL","EOF_OP","'\\n'",
  167. "'^'","'<'","'>'","','","'$'","'|'","'/'","'*'","'+'","'?'","'{'","'}'","'.'",
  168. "'\"'","'('","')'","'['","']'","'-'","goal","initlex","sect1","sect1end","startconddecl",
  169. "namelist1","sect2","initforrule","flexrule","scon","namelist2","rule","re",
  170. "re2","series","singleton","fullccl","ccl","string",""
  171. };
  172. #endif
  173.  
  174. static const short yyr1[] = {     0,
  175.     32,    33,    34,    34,    34,    35,    36,    36,    37,    37,
  176.     37,    38,    38,    39,    40,    40,    40,    40,    40,    40,
  177.     40,    41,    42,    42,    42,    43,    43,    43,    43,    44,
  178.     44,    45,    46,    46,    47,    47,    47,    47,    47,    47,
  179.     47,    47,    47,    47,    47,    47,    48,    48,    49,    49,
  180.     49,    50,    50
  181. };
  182.  
  183. static const short yyr2[] = {     0,
  184.      5,     0,     5,     0,     2,     1,     1,     1,     3,     1,
  185.      1,     4,     0,     0,     3,     2,     2,     1,     2,     1,
  186.      1,     3,     3,     1,     1,     2,     3,     2,     1,     3,
  187.      1,     2,     2,     1,     2,     2,     2,     6,     5,     4,
  188.      1,     1,     1,     3,     3,     1,     3,     4,     4,     2,
  189.      0,     2,     0
  190. };
  191.  
  192. static const short yydefact[] = {     2,
  193.      0,     0,     0,     5,     6,     7,     8,    13,     0,    14,
  194.      0,     0,    11,    10,     0,    21,    46,    43,    20,     0,
  195.      0,    41,    53,     0,    51,     0,     0,    18,    29,     0,
  196.     31,    34,    42,     0,     3,    17,    25,    24,     0,     0,
  197.      0,    51,     0,    12,    19,     0,    16,    28,     0,    32,
  198.     26,    33,    35,    36,    37,     0,     9,    22,     0,    52,
  199.     44,    45,     0,    50,    47,    15,    30,    27,     0,    23,
  200.     48,     0,     0,    40,    49,     0,    39,    38,     0,     0,
  201.      0
  202. };
  203.  
  204. static const short yydefgoto[] = {    79,
  205.      1,     3,     8,     9,    15,    10,    12,    26,    27,    39,
  206.     28,    29,    30,    31,    32,    33,    43,    40
  207. };
  208.  
  209. static const short yypact[] = {-32768,
  210.     55,    -2,    63,-32768,-32768,-32768,-32768,-32768,    16,-32768,
  211.     12,     1,-32768,-32768,    51,-32768,-32768,-32768,-32768,    19,
  212.     33,-32768,-32768,    19,    -6,     8,    28,-32768,    54,    19,
  213.     19,    44,-32768,    38,-32768,-32768,-32768,-32768,    34,    14,
  214.    -10,-32768,     2,-32768,-32768,    19,-32768,-32768,    19,-32768,
  215.     57,    44,-32768,-32768,-32768,    48,-32768,-32768,    49,-32768,
  216. -32768,-32768,     3,     6,-32768,-32768,    19,-32768,    27,-32768,
  217. -32768,    73,    -1,-32768,-32768,    53,-32768,-32768,    78,    79,
  218. -32768
  219. };
  220.  
  221. static const short yypgoto[] = {-32768,
  222. -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
  223.    -11,    -5,-32768,    31,   -31,-32768,    39,-32768
  224. };
  225.  
  226.  
  227. #define    YYLAST        81
  228.  
  229.  
  230. static const short yytable[] = {    52,
  231.     -1,    16,    76,    17,    64,    64,    42,    49,    36,     4,
  232.     18,    19,    13,    20,    21,    47,    60,    62,    41,    44,
  233.     14,    17,    77,    11,    51,    22,    23,    24,    18,    25,
  234.     17,    65,    71,    37,    66,    52,    72,    18,    45,    61,
  235.     46,    38,    73,    22,    23,    24,    57,    25,    58,    59,
  236.     74,    69,    22,    23,    24,     2,    25,    70,    34,    -4,
  237.     -4,    -4,    35,    53,    54,    55,    56,     5,     6,     7,
  238.     48,    49,    50,    68,    49,    75,    78,    80,    81,    67,
  239.     63
  240. };
  241.  
  242. static const short yycheck[] = {    31,
  243.      0,     1,     4,     3,     3,     3,    13,    18,    20,    12,
  244.     10,    11,     1,    13,    14,    27,     3,    28,    24,    12,
  245.      9,     3,    24,     8,    30,    25,    26,    27,    10,    29,
  246.      3,    30,    30,     1,    46,    67,    31,    10,    11,    26,
  247.     13,     9,    16,    25,    26,    27,     9,    29,    15,    16,
  248.     24,     4,    25,    26,    27,     1,    29,     9,     8,     5,
  249.      6,     7,    12,    20,    21,    22,    23,     5,     6,     7,
  250.     17,    18,    19,    17,    18,     3,    24,     0,     0,    49,
  251.     42
  252. };
  253. /* -*-C-*-  Note some compilers choke on comments on `#line' lines.  */
  254. #line 3 "bison.simple"
  255.  
  256. /* Skeleton output parser for bison,
  257.    Copyright (C) 1984, 1989, 1990 Bob Corbett and Richard Stallman
  258.  
  259.    This program is free software; you can redistribute it and/or modify
  260.    it under the terms of the GNU General Public License as published by
  261.    the Free Software Foundation; either version 1, or (at your option)
  262.    any later version.
  263.  
  264.    This program is distributed in the hope that it will be useful,
  265.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  266.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  267.    GNU General Public License for more details.
  268.  
  269.    You should have received a copy of the GNU General Public License
  270.    along with this program; if not, write to the Free Software
  271.    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
  272.  
  273.  
  274. #ifndef alloca
  275. #ifdef __GNUC__
  276. #define alloca __builtin_alloca
  277. #else /* not GNU C.  */
  278. #if (!defined (__STDC__) && defined (sparc)) || defined (__sparc__)
  279. #include <alloca.h>
  280. #else /* not sparc */
  281. #if defined (MSDOS) && !defined (__TURBOC__)
  282. #include <malloc.h>
  283. #else /* not MSDOS, or __TURBOC__ */
  284. #if defined(_AIX)
  285. #include <malloc.h>
  286.  #pragma alloca
  287. #endif /* not _AIX */
  288. #endif /* not MSDOS, or __TURBOC__ */
  289. #endif /* not sparc.  */
  290. #endif /* not GNU C.  */
  291. #endif /* alloca not defined.  */
  292.  
  293. /* This is the parser code that is written into each bison parser
  294.   when the %semantic_parser declaration is not specified in the grammar.
  295.   It was written by Richard Stallman by simplifying the hairy parser
  296.   used when %semantic_parser is specified.  */
  297.  
  298. /* Note: there must be only one dollar sign in this file.
  299.    It is replaced by the list of actions, each action
  300.    as one case of the switch.  */
  301.  
  302.  
  303.  
  304.  
  305.  
  306. #ifdef AMIGA
  307.  
  308. #define bzero(b, length) memset((b),'\0',(length))
  309. #define bcopy(b1, b2, length) memcpy((b1),(b2),(length))
  310. #define bcmp(b1, b2, length)  memcmp((b1),(b2),(length))
  311.  
  312. #include <stdlib.h>
  313.  
  314. /* extern char *calloc();*/
  315. /* extern void done();*/
  316.  
  317. /* extern char *program_name;*/
  318.  
  319. char *
  320. mallocate(n)
  321. register unsigned n;
  322. {
  323.   register char *block;
  324.  
  325.   /* Avoid uncertainty about what an arg of 0 will do.  */
  326.   if (n == 0)
  327.     n = 1;
  328.   block = calloc(n,1);
  329.   if (block == NULL)
  330.     {
  331.       fprintf(stderr, "Bison: memory exhausted\n");
  332.       /*done(1);*/ exit(1);
  333.     }
  334.  
  335.   return (block);
  336. }
  337.  
  338. /* This name is used by alloca.c.  */
  339.  
  340. char *
  341. xmalloc (n)
  342.      unsigned int n;
  343. {
  344.   return mallocate (n);
  345. }
  346.  
  347.  
  348. /*
  349.     alloca -- (mostly) portable public-domain implementation -- D A Gwyn
  350.  
  351.     last edit:    86/05/30    rms
  352.        include config.h, since on VMS it renames some symbols.
  353.        Use xmalloc instead of malloc.
  354.  
  355.     This implementation of the PWB library alloca() function,
  356.     which is used to allocate space off the run-time stack so
  357.     that it is automatically reclaimed upon procedure exit, 
  358.     was inspired by discussions with J. Q. Johnson of Cornell.
  359.  
  360.     It should work under any C implementation that uses an
  361.     actual procedure stack (as opposed to a linked list of
  362.     frames).  There are some preprocessor constants that can
  363.     be defined when compiling for your specific system, for
  364.     improved efficiency; however, the defaults should be okay.
  365.  
  366.     The general concept of this implementation is to keep
  367.     track of all alloca()-allocated blocks, and reclaim any
  368.     that are found to be deeper in the stack than the current
  369.     invocation.  This heuristic does not reclaim storage as
  370.     soon as it becomes invalid, but it will do so eventually.
  371.  
  372.     As a special case, alloca(0) reclaims storage without
  373.     allocating any.  It is a good idea to use alloca(0) in
  374.     your main control loop, etc. to force garbage collection.
  375. */
  376. #ifndef lint
  377. static char    SCCSid[] = "@(#)alloca.c    1.1";    /* for the "what" utility */
  378. #endif
  379.  
  380. #ifdef emacs
  381. #include "config.h"
  382. #ifdef static
  383. /* actually, only want this if static is defined as ""
  384.    -- this is for usg, in which emacs must undefine static
  385.    in order to make unexec workable
  386.    */
  387. #ifndef STACK_DIRECTION
  388. you
  389. lose
  390. -- must know STACK_DIRECTION at compile-time
  391. #endif /* STACK_DIRECTION undefined */
  392. #endif /* static */
  393. #endif /* emacs */
  394.  
  395. #ifdef __STDC__
  396. typedef void    *pointer;        /* generic pointer type */
  397. #else
  398. typedef char    *pointer;        /* generic pointer type */
  399. #endif
  400.  
  401. extern void    free();
  402. /* extern pointer    xmalloc();*/
  403.  
  404. /*
  405.     Define STACK_DIRECTION if you know the direction of stack
  406.     growth for your system; otherwise it will be automatically
  407.     deduced at run-time.
  408.  
  409.     STACK_DIRECTION > 0 => grows toward higher addresses
  410.     STACK_DIRECTION < 0 => grows toward lower addresses
  411.     STACK_DIRECTION = 0 => direction of growth unknown
  412. */
  413.  
  414. #ifndef STACK_DIRECTION
  415. #define    STACK_DIRECTION    0        /* direction unknown */
  416. #endif
  417.  
  418. #if STACK_DIRECTION != 0
  419.  
  420. #define    STACK_DIR    STACK_DIRECTION    /* known at compile-time */
  421.  
  422. #else    /* STACK_DIRECTION == 0; need run-time code */
  423.  
  424. static int    stack_dir;        /* 1 or -1 once known */
  425. #define    STACK_DIR    stack_dir
  426.  
  427. static void
  428. find_stack_direction (/* void */)
  429. {
  430.   static char    *addr = NULL;    /* address of first
  431.                    `dummy', once known */
  432.   auto char    dummy;        /* to get stack address */
  433.  
  434.   if (addr == NULL)
  435.     {                /* initial entry */
  436.       addr = &dummy;
  437.  
  438.       find_stack_direction ();    /* recurse once */
  439.     }
  440.   else                /* second entry */
  441.     if (&dummy > addr)
  442.       stack_dir = 1;        /* stack grew upward */
  443.     else
  444.       stack_dir = -1;        /* stack grew downward */
  445. }
  446.  
  447. #endif    /* STACK_DIRECTION == 0 */
  448.  
  449. /*
  450.     An "alloca header" is used to:
  451.     (a) chain together all alloca()ed blocks;
  452.     (b) keep track of stack depth.
  453.  
  454.     It is very important that sizeof(header) agree with malloc()
  455.     alignment chunk size.  The following default should work okay.
  456. */
  457.  
  458. #ifndef    ALIGN_SIZE
  459. #define    ALIGN_SIZE    sizeof(double)
  460. #endif
  461.  
  462. typedef union hdr
  463. {
  464.   char    align[ALIGN_SIZE];    /* to force sizeof(header) */
  465.   struct
  466.     {
  467.       union hdr *next;        /* for chaining headers */
  468.       char *deep;        /* for stack depth measure */
  469.     } h;
  470. } header;
  471.  
  472. /*
  473.     alloca( size ) returns a pointer to at least `size' bytes of
  474.     storage which will be automatically reclaimed upon exit from
  475.     the procedure that called alloca().  Originally, this space
  476.     was supposed to be taken from the current stack frame of the
  477.     caller, but that method cannot be made to work for some
  478.     implementations of C, for example under Gould's UTX/32.
  479. */
  480.  
  481. static header *last_alloca_header = NULL; /* -> last alloca header */
  482.  
  483. pointer
  484. alloca (size)            /* returns pointer to storage */
  485.      unsigned    size;        /* # bytes to allocate */
  486. {
  487.   auto char    probe;        /* probes stack depth: */
  488.   register char    *depth = &probe;
  489.  
  490. #if STACK_DIRECTION == 0
  491.   if (STACK_DIR == 0)        /* unknown growth direction */
  492.     find_stack_direction ();
  493. #endif
  494.  
  495.                 /* Reclaim garbage, defined as all alloca()ed storage that
  496.                    was allocated from deeper in the stack than currently. */
  497.  
  498.   {
  499.     register header    *hp;    /* traverses linked list */
  500.  
  501.     for (hp = last_alloca_header; hp != NULL;)
  502.       if ((STACK_DIR > 0 && hp->h.deep > depth)
  503.       || (STACK_DIR < 0 && hp->h.deep < depth))
  504.     {
  505.       register header    *np = hp->h.next;
  506.  
  507.       free ((pointer) hp);    /* collect garbage */
  508.  
  509.       hp = np;        /* -> next header */
  510.     }
  511.       else
  512.     break;            /* rest are not deeper */
  513.  
  514.     last_alloca_header = hp;    /* -> last valid storage */
  515.   }
  516.  
  517.   if (size == 0)
  518.     return NULL;        /* no allocation required */
  519.  
  520.   /* Allocate combined header + user data storage. */
  521.  
  522.   {
  523.     register pointer    new = xmalloc (sizeof (header) + size);
  524.     /* address of header */
  525.  
  526.     ((header *)new)->h.next = last_alloca_header;
  527.     ((header *)new)->h.deep = depth;
  528.  
  529.     last_alloca_header = (header *)new;
  530.  
  531.     /* User storage begins just after header. */
  532.  
  533.     return (pointer)((char *)new + sizeof(header));
  534.   }
  535. }
  536. #endif
  537.  
  538.  
  539.  
  540.  
  541.  
  542. #define yyerrok        (yyerrstatus = 0)
  543. #define yyclearin    (yychar = YYEMPTY)
  544. #define YYEMPTY        -2
  545. #define YYEOF        0
  546. #define YYACCEPT    return(0)
  547. #define YYABORT     return(1)
  548. #define YYERROR        goto yyerrlab1
  549. /* Like YYERROR except do call yyerror.
  550.    This remains here temporarily to ease the
  551.    transition to the new meaning of YYERROR, for GCC.
  552.    Once GCC version 2 has supplanted version 1, this can go.  */
  553. #define YYFAIL        goto yyerrlab
  554. #define YYRECOVERING()  (!!yyerrstatus)
  555. #define YYBACKUP(token, value) \
  556. do                                \
  557.   if (yychar == YYEMPTY && yylen == 1)                \
  558.     { yychar = (token), yylval = (value);            \
  559.       yychar1 = YYTRANSLATE (yychar);                \
  560.       YYPOPSTACK;                        \
  561.       goto yybackup;                        \
  562.     }                                \
  563.   else                                \
  564.     { yyerror ("syntax error: cannot back up"); YYERROR; }    \
  565. while (0)
  566.  
  567. #define YYTERROR    1
  568. #define YYERRCODE    256
  569.  
  570. #ifndef YYPURE
  571. #define YYLEX        yylex()
  572. #endif
  573.  
  574. #ifdef YYPURE
  575. #ifdef YYLSP_NEEDED
  576. #define YYLEX        yylex(&yylval, &yylloc)
  577. #else
  578. #define YYLEX        yylex(&yylval)
  579. #endif
  580. #endif
  581.  
  582. /* If nonreentrant, generate the variables here */
  583.  
  584. #ifndef YYPURE
  585.  
  586. int    yychar;            /*  the lookahead symbol        */
  587. YYSTYPE    yylval;            /*  the semantic value of the        */
  588.                 /*  lookahead symbol            */
  589.  
  590. #ifdef YYLSP_NEEDED
  591. YYLTYPE yylloc;            /*  location data for the lookahead    */
  592.                 /*  symbol                */
  593. #endif
  594.  
  595. int yynerrs;            /*  number of parse errors so far       */
  596. #endif  /* not YYPURE */
  597.  
  598. #if YYDEBUG != 0
  599. int yydebug;            /*  nonzero means print parse trace    */
  600. /* Since this is uninitialized, it does not stop multiple parsers
  601.    from coexisting.  */
  602. #endif
  603.  
  604. /*  YYINITDEPTH indicates the initial size of the parser's stacks    */
  605.  
  606. #ifndef    YYINITDEPTH
  607. #define YYINITDEPTH 200
  608. #endif
  609.  
  610. /*  YYMAXDEPTH is the maximum size the stacks can grow to
  611.     (effective only if the built-in stack extension method is used).  */
  612.  
  613. #if YYMAXDEPTH == 0
  614. #undef YYMAXDEPTH
  615. #endif
  616.  
  617. #ifndef YYMAXDEPTH
  618. #define YYMAXDEPTH 10000
  619. #endif
  620.  
  621. #if __GNUC__ > 1        /* GNU C and GNU C++ define this.  */
  622. #define __yy_bcopy(FROM,TO,COUNT)    __builtin_memcpy(TO,FROM,COUNT)
  623. #else                /* not GNU C or C++ */
  624. #ifndef __cplusplus
  625.  
  626. /* This is the most reliable way to avoid incompatibilities
  627.    in available built-in functions on various systems.  */
  628. static void
  629. __yy_bcopy (from, to, count)
  630.      char *from;
  631.      char *to;
  632.      int count;
  633. {
  634.   register char *f = from;
  635.   register char *t = to;
  636.   register int i = count;
  637.  
  638.   while (i-- > 0)
  639.     *t++ = *f++;
  640. }
  641.  
  642. #else /* __cplusplus */
  643.  
  644. /* This is the most reliable way to avoid incompatibilities
  645.    in available built-in functions on various systems.  */
  646. static void
  647. __yy_bcopy (char *from, char *to, int count)
  648. {
  649.   register char *f = from;
  650.   register char *t = to;
  651.   register int i = count;
  652.  
  653.   while (i-- > 0)
  654.     *t++ = *f++;
  655. }
  656.  
  657. #endif
  658. #endif
  659.  
  660. #line 169 "bison.simple"
  661. int
  662. yyparse()
  663. {
  664.   register int yystate;
  665.   register int yyn;
  666.   register short *yyssp;
  667.   register YYSTYPE *yyvsp;
  668.   int yyerrstatus;    /*  number of tokens to shift before error messages enabled */
  669.   int yychar1;        /*  lookahead token as an internal (translated) token number */
  670.  
  671.   short    yyssa[YYINITDEPTH];    /*  the state stack            */
  672.   YYSTYPE yyvsa[YYINITDEPTH];    /*  the semantic value stack        */
  673.  
  674.   short *yyss = yyssa;        /*  refer to the stacks thru separate pointers */
  675.   YYSTYPE *yyvs = yyvsa;    /*  to allow yyoverflow to reallocate them elsewhere */
  676.  
  677. #ifdef YYLSP_NEEDED
  678.   YYLTYPE yylsa[YYINITDEPTH];    /*  the location stack            */
  679.   YYLTYPE *yyls = yylsa;
  680.   YYLTYPE *yylsp;
  681.  
  682. #define YYPOPSTACK   (yyvsp--, yysp--, yylsp--)
  683. #else
  684. #define YYPOPSTACK   (yyvsp--, yysp--)
  685. #endif
  686.  
  687.   int yystacksize = YYINITDEPTH;
  688.  
  689. #ifdef YYPURE
  690.   int yychar;
  691.   YYSTYPE yylval;
  692.   int yynerrs;
  693. #ifdef YYLSP_NEEDED
  694.   YYLTYPE yylloc;
  695. #endif
  696. #endif
  697.  
  698.   YYSTYPE yyval;        /*  the variable used to return        */
  699.                 /*  semantic values from the action    */
  700.                 /*  routines                */
  701.  
  702.   int yylen;
  703.  
  704. #if YYDEBUG != 0
  705.   if (yydebug)
  706.     fprintf(stderr, "Starting parse\n");
  707. #endif
  708.  
  709.   yystate = 0;
  710.   yyerrstatus = 0;
  711.   yynerrs = 0;
  712.   yychar = YYEMPTY;        /* Cause a token to be read.  */
  713.  
  714.   /* Initialize stack pointers.
  715.      Waste one element of value and location stack
  716.      so that they stay on the same level as the state stack.  */
  717.  
  718.   yyssp = yyss - 1;
  719.   yyvsp = yyvs;
  720. #ifdef YYLSP_NEEDED
  721.   yylsp = yyls;
  722. #endif
  723.  
  724. /* Push a new state, which is found in  yystate  .  */
  725. /* In all cases, when you get here, the value and location stacks
  726.    have just been pushed. so pushing a state here evens the stacks.  */
  727. yynewstate:
  728.  
  729.   *++yyssp = yystate;
  730.  
  731.   if (yyssp >= yyss + yystacksize - 1)
  732.     {
  733.       /* Give user a chance to reallocate the stack */
  734.       /* Use copies of these so that the &'s don't force the real ones into memory. */
  735.       YYSTYPE *yyvs1 = yyvs;
  736.       short *yyss1 = yyss;
  737. #ifdef YYLSP_NEEDED
  738.       YYLTYPE *yyls1 = yyls;
  739. #endif
  740.  
  741.       /* Get the current used size of the three stacks, in elements.  */
  742.       int size = yyssp - yyss + 1;
  743.  
  744. #ifdef yyoverflow
  745.       /* Each stack pointer address is followed by the size of
  746.      the data in use in that stack, in bytes.  */
  747.       yyoverflow("parser stack overflow",
  748.          &yyss1, size * sizeof (*yyssp),
  749.          &yyvs1, size * sizeof (*yyvsp),
  750. #ifdef YYLSP_NEEDED
  751.          &yyls1, size * sizeof (*yylsp),
  752. #endif
  753.          &yystacksize);
  754.  
  755.       yyss = yyss1; yyvs = yyvs1;
  756. #ifdef YYLSP_NEEDED
  757.       yyls = yyls1;
  758. #endif
  759. #else /* no yyoverflow */
  760.       /* Extend the stack our own way.  */
  761.       if (yystacksize >= YYMAXDEPTH)
  762.     {
  763.       yyerror("parser stack overflow");
  764.       return 2;
  765.     }
  766.       yystacksize *= 2;
  767.       if (yystacksize > YYMAXDEPTH)
  768.     yystacksize = YYMAXDEPTH;
  769.       yyss = (short *) alloca (yystacksize * sizeof (*yyssp));
  770.       __yy_bcopy ((char *)yyss1, (char *)yyss, size * sizeof (*yyssp));
  771.       yyvs = (YYSTYPE *) alloca (yystacksize * sizeof (*yyvsp));
  772.       __yy_bcopy ((char *)yyvs1, (char *)yyvs, size * sizeof (*yyvsp));
  773. #ifdef YYLSP_NEEDED
  774.       yyls = (YYLTYPE *) alloca (yystacksize * sizeof (*yylsp));
  775.       __yy_bcopy ((char *)yyls1, (char *)yyls, size * sizeof (*yylsp));
  776. #endif
  777. #endif /* no yyoverflow */
  778.  
  779.       yyssp = yyss + size - 1;
  780.       yyvsp = yyvs + size - 1;
  781. #ifdef YYLSP_NEEDED
  782.       yylsp = yyls + size - 1;
  783. #endif
  784.  
  785. #if YYDEBUG != 0
  786.       if (yydebug)
  787.     fprintf(stderr, "Stack size increased to %d\n", yystacksize);
  788. #endif
  789.  
  790.       if (yyssp >= yyss + yystacksize - 1)
  791.     YYABORT;
  792.     }
  793.  
  794. #if YYDEBUG != 0
  795.   if (yydebug)
  796.     fprintf(stderr, "Entering state %d\n", yystate);
  797. #endif
  798.  
  799.  yybackup:
  800.  
  801. /* Do appropriate processing given the current state.  */
  802. /* Read a lookahead token if we need one and don't already have one.  */
  803. /* yyresume: */
  804.  
  805.   /* First try to decide what to do without reference to lookahead token.  */
  806.  
  807.   yyn = yypact[yystate];
  808.   if (yyn == YYFLAG)
  809.     goto yydefault;
  810.  
  811.   /* Not known => get a lookahead token if don't already have one.  */
  812.  
  813.   /* yychar is either YYEMPTY or YYEOF
  814.      or a valid token in external form.  */
  815.  
  816.   if (yychar == YYEMPTY)
  817.     {
  818. #if YYDEBUG != 0
  819.       if (yydebug)
  820.     fprintf(stderr, "Reading a token: ");
  821. #endif
  822.       yychar = YYLEX;
  823.     }
  824.  
  825.   /* Convert token to internal form (in yychar1) for indexing tables with */
  826.  
  827.   if (yychar <= 0)        /* This means end of input. */
  828.     {
  829.       yychar1 = 0;
  830.       yychar = YYEOF;        /* Don't call YYLEX any more */
  831.  
  832. #if YYDEBUG != 0
  833.       if (yydebug)
  834.     fprintf(stderr, "Now at end of input.\n");
  835. #endif
  836.     }
  837.   else
  838.     {
  839.       yychar1 = YYTRANSLATE(yychar);
  840.  
  841. #if YYDEBUG != 0
  842.       if (yydebug)
  843.     {
  844.       fprintf (stderr, "Next token is %d (%s", yychar, yytname[yychar1]);
  845.       /* Give the individual parser a way to print the precise meaning
  846.          of a token, for further debugging info.  */
  847. #ifdef YYPRINT
  848.       YYPRINT (stderr, yychar, yylval);
  849. #endif
  850.       fprintf (stderr, ")\n");
  851.     }
  852. #endif
  853.     }
  854.  
  855.   yyn += yychar1;
  856.   if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != yychar1)
  857.     goto yydefault;
  858.  
  859.   yyn = yytable[yyn];
  860.  
  861.   /* yyn is what to do for this token type in this state.
  862.      Negative => reduce, -yyn is rule number.
  863.      Positive => shift, yyn is new state.
  864.        New state is final state => don't bother to shift,
  865.        just return success.
  866.      0, or most negative number => error.  */
  867.  
  868.   if (yyn < 0)
  869.     {
  870.       if (yyn == YYFLAG)
  871.     goto yyerrlab;
  872.       yyn = -yyn;
  873.       goto yyreduce;
  874.     }
  875.   else if (yyn == 0)
  876.     goto yyerrlab;
  877.  
  878.   if (yyn == YYFINAL)
  879.     YYACCEPT;
  880.  
  881.   /* Shift the lookahead token.  */
  882.  
  883. #if YYDEBUG != 0
  884.   if (yydebug)
  885.     fprintf(stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1]);
  886. #endif
  887.  
  888.   /* Discard the token being shifted unless it is eof.  */
  889.   if (yychar != YYEOF)
  890.     yychar = YYEMPTY;
  891.  
  892.   *++yyvsp = yylval;
  893. #ifdef YYLSP_NEEDED
  894.   *++yylsp = yylloc;
  895. #endif
  896.  
  897.   /* count tokens shifted since error; after three, turn off error status.  */
  898.   if (yyerrstatus) yyerrstatus--;
  899.  
  900.   yystate = yyn;
  901.   goto yynewstate;
  902.  
  903. /* Do the default action for the current state.  */
  904. yydefault:
  905.  
  906.   yyn = yydefact[yystate];
  907.   if (yyn == 0)
  908.     goto yyerrlab;
  909.  
  910. /* Do a reduction.  yyn is the number of a rule to reduce with.  */
  911. yyreduce:
  912.   yylen = yyr2[yyn];
  913.   yyval = yyvsp[1-yylen]; /* implement default value of the action */
  914.  
  915. #if YYDEBUG != 0
  916.   if (yydebug)
  917.     {
  918.       int i;
  919.  
  920.       fprintf (stderr, "Reducing via rule %d (line %d), ",
  921.            yyn, yyrline[yyn]);
  922.  
  923.       /* Print the symboles being reduced, and their result.  */
  924.       for (i = yyprhs[yyn]; yyrhs[i] > 0; i++)
  925.     fprintf (stderr, "%s ", yytname[yyrhs[i]]);
  926.       fprintf (stderr, " -> %s\n", yytname[yyr1[yyn]]);
  927.     }
  928. #endif
  929.  
  930.  
  931.   switch (yyn) {
  932.  
  933. case 1:
  934. #line 56 "parse.y"
  935. { /* add default rule */
  936.             int def_rule;
  937.  
  938.             pat = cclinit();
  939.             cclnegate( pat );
  940.  
  941.             def_rule = mkstate( -pat );
  942.  
  943.             finish_rule( def_rule, false, 0, 0 );
  944.  
  945.             for ( i = 1; i <= lastsc; ++i )
  946.                 scset[i] = mkbranch( scset[i], def_rule );
  947.  
  948.             if ( spprdflt )
  949.                 fputs( "YY_FATAL_ERROR( \"flex scanner jammed\" )",
  950.                    temp_action_file );
  951.             else
  952.                 fputs( "ECHO", temp_action_file );
  953.  
  954.             fputs( ";\n\tYY_BREAK\n", temp_action_file );
  955.             ;
  956.     break;}
  957. case 2:
  958. #line 80 "parse.y"
  959. {
  960.             /* initialize for processing rules */
  961.  
  962.             /* create default DFA start condition */
  963.             scinstal( "INITIAL", false );
  964.             ;
  965.     break;}
  966. case 5:
  967. #line 91 "parse.y"
  968. { synerr( "unknown error processing section 1" ); ;
  969.     break;}
  970. case 7:
  971. #line 98 "parse.y"
  972. {
  973.             /* these productions are separate from the s1object
  974.              * rule because the semantics must be done before
  975.              * we parse the remainder of an s1object
  976.              */
  977.  
  978.             xcluflg = false;
  979.             ;
  980.     break;}
  981. case 8:
  982. #line 108 "parse.y"
  983. { xcluflg = true; ;
  984.     break;}
  985. case 9:
  986. #line 112 "parse.y"
  987. { scinstal( nmstr, xcluflg ); ;
  988.     break;}
  989. case 10:
  990. #line 115 "parse.y"
  991. { scinstal( nmstr, xcluflg ); ;
  992.     break;}
  993. case 11:
  994. #line 118 "parse.y"
  995. { synerr( "bad start condition list" ); ;
  996.     break;}
  997. case 14:
  998. #line 126 "parse.y"
  999. {
  1000.             /* initialize for a parse of one rule */
  1001.             trlcontxt = variable_trail_rule = varlength = false;
  1002.             trailcnt = headcnt = rulelen = 0;
  1003.             current_state_type = STATE_NORMAL;
  1004.             previous_continued_action = continued_action;
  1005.             new_rule();
  1006.             ;
  1007.     break;}
  1008. case 15:
  1009. #line 137 "parse.y"
  1010. {
  1011.             pat = yyvsp[0];
  1012.             finish_rule( pat, variable_trail_rule,
  1013.                      headcnt, trailcnt );
  1014.  
  1015.             for ( i = 1; i <= actvp; ++i )
  1016.                 scbol[actvsc[i]] =
  1017.                 mkbranch( scbol[actvsc[i]], pat );
  1018.  
  1019.             if ( ! bol_needed )
  1020.                 {
  1021.                 bol_needed = true;
  1022.  
  1023.                 if ( performance_report )
  1024.                 pinpoint_message( 
  1025.                 "'^' operator results in sub-optimal performance" );
  1026.                 }
  1027.             ;
  1028.     break;}
  1029. case 16:
  1030. #line 157 "parse.y"
  1031. {
  1032.             pat = yyvsp[0];
  1033.             finish_rule( pat, variable_trail_rule,
  1034.                      headcnt, trailcnt );
  1035.  
  1036.             for ( i = 1; i <= actvp; ++i )
  1037.                 scset[actvsc[i]] =
  1038.                 mkbranch( scset[actvsc[i]], pat );
  1039.             ;
  1040.     break;}
  1041. case 17:
  1042. #line 168 "parse.y"
  1043. {
  1044.             pat = yyvsp[0];
  1045.             finish_rule( pat, variable_trail_rule,
  1046.                      headcnt, trailcnt );
  1047.  
  1048.             /* add to all non-exclusive start conditions,
  1049.              * including the default (0) start condition
  1050.              */
  1051.  
  1052.             for ( i = 1; i <= lastsc; ++i )
  1053.                 if ( ! scxclu[i] )
  1054.                 scbol[i] = mkbranch( scbol[i], pat );
  1055.  
  1056.             if ( ! bol_needed )
  1057.                 {
  1058.                 bol_needed = true;
  1059.  
  1060.                 if ( performance_report )
  1061.                 pinpoint_message(
  1062.                 "'^' operator results in sub-optimal performance" );
  1063.                 }
  1064.             ;
  1065.     break;}
  1066. case 18:
  1067. #line 192 "parse.y"
  1068. {
  1069.             pat = yyvsp[0];
  1070.             finish_rule( pat, variable_trail_rule,
  1071.                      headcnt, trailcnt );
  1072.  
  1073.             for ( i = 1; i <= lastsc; ++i )
  1074.                 if ( ! scxclu[i] )
  1075.                 scset[i] = mkbranch( scset[i], pat );
  1076.             ;
  1077.     break;}
  1078. case 19:
  1079. #line 203 "parse.y"
  1080. { build_eof_action(); ;
  1081.     break;}
  1082. case 20:
  1083. #line 206 "parse.y"
  1084. {
  1085.             /* this EOF applies to all start conditions
  1086.              * which don't already have EOF actions
  1087.              */
  1088.             actvp = 0;
  1089.  
  1090.             for ( i = 1; i <= lastsc; ++i )
  1091.                 if ( ! sceof[i] )
  1092.                 actvsc[++actvp] = i;
  1093.  
  1094.             if ( actvp == 0 )
  1095.                 pinpoint_message(
  1096.         "warning - all start conditions already have <<EOF>> rules" );
  1097.  
  1098.             else
  1099.                 build_eof_action();
  1100.             ;
  1101.     break;}
  1102. case 21:
  1103. #line 225 "parse.y"
  1104. { synerr( "unrecognized rule" ); ;
  1105.     break;}
  1106. case 23:
  1107. #line 232 "parse.y"
  1108. {
  1109.             if ( (scnum = sclookup( nmstr )) == 0 )
  1110.                 format_pinpoint_message(
  1111.                 "undeclared start condition %s", nmstr );
  1112.  
  1113.             else
  1114.                 actvsc[++actvp] = scnum;
  1115.             ;
  1116.     break;}
  1117. case 24:
  1118. #line 242 "parse.y"
  1119. {
  1120.             if ( (scnum = sclookup( nmstr )) == 0 )
  1121.                 format_pinpoint_message(
  1122.                 "undeclared start condition %s", nmstr );
  1123.             else
  1124.                 actvsc[actvp = 1] = scnum;
  1125.             ;
  1126.     break;}
  1127. case 25:
  1128. #line 251 "parse.y"
  1129. { synerr( "bad start condition list" ); ;
  1130.     break;}
  1131. case 26:
  1132. #line 255 "parse.y"
  1133. {
  1134.             if ( transchar[lastst[yyvsp[0]]] != SYM_EPSILON )
  1135.                 /* provide final transition \now/ so it
  1136.                  * will be marked as a trailing context
  1137.                  * state
  1138.                  */
  1139.                 yyvsp[0] = link_machines( yyvsp[0], mkstate( SYM_EPSILON ) );
  1140.  
  1141.             mark_beginning_as_normal( yyvsp[0] );
  1142.             current_state_type = STATE_NORMAL;
  1143.  
  1144.             if ( previous_continued_action )
  1145.                 {
  1146.                 /* we need to treat this as variable trailing
  1147.                  * context so that the backup does not happen
  1148.                  * in the action but before the action switch
  1149.                  * statement.  If the backup happens in the
  1150.                  * action, then the rules "falling into" this
  1151.                  * one's action will *also* do the backup,
  1152.                  * erroneously.
  1153.                  */
  1154.                 if ( ! varlength || headcnt != 0 )
  1155.                 {
  1156.                 fprintf( stderr,
  1157.     "%s: warning - trailing context rule at line %d made variable because\n",
  1158.                      program_name, linenum );
  1159.                 fprintf( stderr,
  1160.                      "      of preceding '|' action\n" );
  1161.                 }
  1162.  
  1163.                 /* mark as variable */
  1164.                 varlength = true;
  1165.                 headcnt = 0;
  1166.                 }
  1167.  
  1168.             if ( varlength && headcnt == 0 )
  1169.                 { /* variable trailing context rule */
  1170.                 /* mark the first part of the rule as the accepting
  1171.                  * "head" part of a trailing context rule
  1172.                  */
  1173.                 /* by the way, we didn't do this at the beginning
  1174.                  * of this production because back then
  1175.                  * current_state_type was set up for a trail
  1176.                  * rule, and add_accept() can create a new
  1177.                  * state ...
  1178.                  */
  1179.                 add_accept( yyvsp[-1], num_rules | YY_TRAILING_HEAD_MASK );
  1180.                 variable_trail_rule = true;
  1181.                 }
  1182.             
  1183.             else
  1184.                 trailcnt = rulelen;
  1185.  
  1186.             yyval = link_machines( yyvsp[-1], yyvsp[0] );
  1187.             ;
  1188.     break;}
  1189. case 27:
  1190. #line 312 "parse.y"
  1191. { synerr( "trailing context used twice" ); ;
  1192.     break;}
  1193. case 28:
  1194. #line 315 "parse.y"
  1195. {
  1196.             if ( trlcontxt )
  1197.                 {
  1198.                 synerr( "trailing context used twice" );
  1199.                 yyval = mkstate( SYM_EPSILON );
  1200.                 }
  1201.  
  1202.             else if ( previous_continued_action )
  1203.                 {
  1204.                 /* see the comment in the rule for "re2 re"
  1205.                  * above
  1206.                  */
  1207.                 if ( ! varlength || headcnt != 0 )
  1208.                 {
  1209.                 fprintf( stderr,
  1210.     "%s: warning - trailing context rule at line %d made variable because\n",
  1211.                      program_name, linenum );
  1212.                 fprintf( stderr,
  1213.                      "      of preceding '|' action\n" );
  1214.                 }
  1215.  
  1216.                 /* mark as variable */
  1217.                 varlength = true;
  1218.                 headcnt = 0;
  1219.                 }
  1220.  
  1221.             trlcontxt = true;
  1222.  
  1223.             if ( ! varlength )
  1224.                 headcnt = rulelen;
  1225.  
  1226.             ++rulelen;
  1227.             trailcnt = 1;
  1228.  
  1229.             eps = mkstate( SYM_EPSILON );
  1230.             yyval = link_machines( yyvsp[-1],
  1231.                  link_machines( eps, mkstate( '\n' ) ) );
  1232.             ;
  1233.     break;}
  1234. case 29:
  1235. #line 355 "parse.y"
  1236. {
  1237.                 yyval = yyvsp[0];
  1238.  
  1239.             if ( trlcontxt )
  1240.                 {
  1241.                 if ( varlength && headcnt == 0 )
  1242.                 /* both head and trail are variable-length */
  1243.                 variable_trail_rule = true;
  1244.                 else
  1245.                 trailcnt = rulelen;
  1246.                 }
  1247.                 ;
  1248.     break;}
  1249. case 30:
  1250. #line 371 "parse.y"
  1251. {
  1252.             varlength = true;
  1253.             yyval = mkor( yyvsp[-2], yyvsp[0] );
  1254.             ;
  1255.     break;}
  1256. case 31:
  1257. #line 377 "parse.y"
  1258. { yyval = yyvsp[0]; ;
  1259.     break;}
  1260. case 32:
  1261. #line 382 "parse.y"
  1262. {
  1263.             /* this rule is written separately so
  1264.              * the reduction will occur before the trailing
  1265.              * series is parsed
  1266.              */
  1267.  
  1268.             if ( trlcontxt )
  1269.                 synerr( "trailing context used twice" );
  1270.             else
  1271.                 trlcontxt = true;
  1272.  
  1273.             if ( varlength )
  1274.                 /* we hope the trailing context is fixed-length */
  1275.                 varlength = false;
  1276.             else
  1277.                 headcnt = rulelen;
  1278.  
  1279.             rulelen = 0;
  1280.  
  1281.             current_state_type = STATE_TRAILING_CONTEXT;
  1282.             yyval = yyvsp[-1];
  1283.             ;
  1284.     break;}
  1285. case 33:
  1286. #line 407 "parse.y"
  1287. {
  1288.             /* this is where concatenation of adjacent patterns
  1289.              * gets done
  1290.              */
  1291.             yyval = link_machines( yyvsp[-1], yyvsp[0] );
  1292.             ;
  1293.     break;}
  1294. case 34:
  1295. #line 415 "parse.y"
  1296. { yyval = yyvsp[0]; ;
  1297.     break;}
  1298. case 35:
  1299. #line 419 "parse.y"
  1300. {
  1301.             varlength = true;
  1302.  
  1303.             yyval = mkclos( yyvsp[-1] );
  1304.             ;
  1305.     break;}
  1306. case 36:
  1307. #line 426 "parse.y"
  1308. {
  1309.             varlength = true;
  1310.  
  1311.             yyval = mkposcl( yyvsp[-1] );
  1312.             ;
  1313.     break;}
  1314. case 37:
  1315. #line 433 "parse.y"
  1316. {
  1317.             varlength = true;
  1318.  
  1319.             yyval = mkopt( yyvsp[-1] );
  1320.             ;
  1321.     break;}
  1322. case 38:
  1323. #line 440 "parse.y"
  1324. {
  1325.             varlength = true;
  1326.  
  1327.             if ( yyvsp[-3] > yyvsp[-1] || yyvsp[-3] < 0 )
  1328.                 {
  1329.                 synerr( "bad iteration values" );
  1330.                 yyval = yyvsp[-5];
  1331.                 }
  1332.             else
  1333.                 {
  1334.                 if ( yyvsp[-3] == 0 )
  1335.                 yyval = mkopt( mkrep( yyvsp[-5], yyvsp[-3], yyvsp[-1] ) );
  1336.                 else
  1337.                 yyval = mkrep( yyvsp[-5], yyvsp[-3], yyvsp[-1] );
  1338.                 }
  1339.             ;
  1340.     break;}
  1341. case 39:
  1342. #line 458 "parse.y"
  1343. {
  1344.             varlength = true;
  1345.  
  1346.             if ( yyvsp[-2] <= 0 )
  1347.                 {
  1348.                 synerr( "iteration value must be positive" );
  1349.                 yyval = yyvsp[-4];
  1350.                 }
  1351.  
  1352.             else
  1353.                 yyval = mkrep( yyvsp[-4], yyvsp[-2], INFINITY );
  1354.             ;
  1355.     break;}
  1356. case 40:
  1357. #line 472 "parse.y"
  1358. {
  1359.             /* the singleton could be something like "(foo)",
  1360.              * in which case we have no idea what its length
  1361.              * is, so we punt here.
  1362.              */
  1363.             varlength = true;
  1364.  
  1365.             if ( yyvsp[-1] <= 0 )
  1366.                 {
  1367.                 synerr( "iteration value must be positive" );
  1368.                 yyval = yyvsp[-3];
  1369.                 }
  1370.  
  1371.             else
  1372.                 yyval = link_machines( yyvsp[-3], copysingl( yyvsp[-3], yyvsp[-1] - 1 ) );
  1373.             ;
  1374.     break;}
  1375. case 41:
  1376. #line 490 "parse.y"
  1377. {
  1378.             if ( ! madeany )
  1379.                 {
  1380.                 /* create the '.' character class */
  1381.                 anyccl = cclinit();
  1382.                 ccladd( anyccl, '\n' );
  1383.                 cclnegate( anyccl );
  1384.  
  1385.                 if ( useecs )
  1386.                 mkeccl( ccltbl + cclmap[anyccl],
  1387.                     ccllen[anyccl], nextecm,
  1388.                     ecgroup, csize, csize );
  1389.  
  1390.                 madeany = true;
  1391.                 }
  1392.  
  1393.             ++rulelen;
  1394.  
  1395.             yyval = mkstate( -anyccl );
  1396.             ;
  1397.     break;}
  1398. case 42:
  1399. #line 512 "parse.y"
  1400. {
  1401.             if ( ! cclsorted )
  1402.                 /* sort characters for fast searching.  We use a
  1403.                  * shell sort since this list could be large.
  1404.                  */
  1405.                 cshell( ccltbl + cclmap[yyvsp[0]], ccllen[yyvsp[0]], true );
  1406.  
  1407.             if ( useecs )
  1408.                 mkeccl( ccltbl + cclmap[yyvsp[0]], ccllen[yyvsp[0]],
  1409.                     nextecm, ecgroup, csize, csize );
  1410.  
  1411.             ++rulelen;
  1412.  
  1413.             yyval = mkstate( -yyvsp[0] );
  1414.             ;
  1415.     break;}
  1416. case 43:
  1417. #line 529 "parse.y"
  1418. {
  1419.             ++rulelen;
  1420.  
  1421.             yyval = mkstate( -yyvsp[0] );
  1422.             ;
  1423.     break;}
  1424. case 44:
  1425. #line 536 "parse.y"
  1426. { yyval = yyvsp[-1]; ;
  1427.     break;}
  1428. case 45:
  1429. #line 539 "parse.y"
  1430. { yyval = yyvsp[-1]; ;
  1431.     break;}
  1432. case 46:
  1433. #line 542 "parse.y"
  1434. {
  1435.             ++rulelen;
  1436.  
  1437.             if ( caseins && yyvsp[0] >= 'A' && yyvsp[0] <= 'Z' )
  1438.                 yyvsp[0] = clower( yyvsp[0] );
  1439.  
  1440.             yyval = mkstate( yyvsp[0] );
  1441.             ;
  1442.     break;}
  1443. case 47:
  1444. #line 553 "parse.y"
  1445. { yyval = yyvsp[-1]; ;
  1446.     break;}
  1447. case 48:
  1448. #line 556 "parse.y"
  1449. {
  1450.             /* *Sigh* - to be compatible Unix lex, negated ccls
  1451.              * match newlines
  1452.              */
  1453. #ifdef NOTDEF
  1454.             ccladd( yyvsp[-1], '\n' ); /* negated ccls don't match '\n' */
  1455.             cclsorted = false; /* because we added the newline */
  1456. #endif
  1457.             cclnegate( yyvsp[-1] );
  1458.             yyval = yyvsp[-1];
  1459.             ;
  1460.     break;}
  1461. case 49:
  1462. #line 570 "parse.y"
  1463. {
  1464.             if ( yyvsp[-2] > yyvsp[0] )
  1465.                 synerr( "negative range in character class" );
  1466.  
  1467.             else
  1468.                 {
  1469.                 if ( caseins )
  1470.                 {
  1471.                 if ( yyvsp[-2] >= 'A' && yyvsp[-2] <= 'Z' )
  1472.                     yyvsp[-2] = clower( yyvsp[-2] );
  1473.                 if ( yyvsp[0] >= 'A' && yyvsp[0] <= 'Z' )
  1474.                     yyvsp[0] = clower( yyvsp[0] );
  1475.                 }
  1476.  
  1477.                 for ( i = yyvsp[-2]; i <= yyvsp[0]; ++i )
  1478.                     ccladd( yyvsp[-3], i );
  1479.  
  1480.                 /* keep track if this ccl is staying in alphabetical
  1481.                  * order
  1482.                  */
  1483.                 cclsorted = cclsorted && (yyvsp[-2] > lastchar);
  1484.                 lastchar = yyvsp[0];
  1485.                 }
  1486.  
  1487.             yyval = yyvsp[-3];
  1488.             ;
  1489.     break;}
  1490. case 50:
  1491. #line 598 "parse.y"
  1492. {
  1493.             if ( caseins )
  1494.                 if ( yyvsp[0] >= 'A' && yyvsp[0] <= 'Z' )
  1495.                 yyvsp[0] = clower( yyvsp[0] );
  1496.  
  1497.             ccladd( yyvsp[-1], yyvsp[0] );
  1498.             cclsorted = cclsorted && (yyvsp[0] > lastchar);
  1499.             lastchar = yyvsp[0];
  1500.             yyval = yyvsp[-1];
  1501.             ;
  1502.     break;}
  1503. case 51:
  1504. #line 610 "parse.y"
  1505. {
  1506.             cclsorted = true;
  1507.             lastchar = 0;
  1508.             yyval = cclinit();
  1509.             ;
  1510.     break;}
  1511. case 52:
  1512. #line 618 "parse.y"
  1513. {
  1514.             if ( caseins )
  1515.                 if ( yyvsp[0] >= 'A' && yyvsp[0] <= 'Z' )
  1516.                 yyvsp[0] = clower( yyvsp[0] );
  1517.  
  1518.             ++rulelen;
  1519.  
  1520.             yyval = link_machines( yyvsp[-1], mkstate( yyvsp[0] ) );
  1521.             ;
  1522.     break;}
  1523. case 53:
  1524. #line 629 "parse.y"
  1525. { yyval = mkstate( SYM_EPSILON ); ;
  1526.     break;}
  1527. }
  1528.    /* the action file gets copied in in place of this dollarsign */
  1529. #line 440 "bison.simple"
  1530.  
  1531.   yyvsp -= yylen;
  1532.   yyssp -= yylen;
  1533. #ifdef YYLSP_NEEDED
  1534.   yylsp -= yylen;
  1535. #endif
  1536.  
  1537. #if YYDEBUG != 0
  1538.   if (yydebug)
  1539.     {
  1540.       short *ssp1 = yyss - 1;
  1541.       fprintf (stderr, "state stack now");
  1542.       while (ssp1 != yyssp)
  1543.     fprintf (stderr, " %d", *++ssp1);
  1544.       fprintf (stderr, "\n");
  1545.     }
  1546. #endif
  1547.  
  1548.   *++yyvsp = yyval;
  1549.  
  1550. #ifdef YYLSP_NEEDED
  1551.   yylsp++;
  1552.   if (yylen == 0)
  1553.     {
  1554.       yylsp->first_line = yylloc.first_line;
  1555.       yylsp->first_column = yylloc.first_column;
  1556.       yylsp->last_line = (yylsp-1)->last_line;
  1557.       yylsp->last_column = (yylsp-1)->last_column;
  1558.       yylsp->text = 0;
  1559.     }
  1560.   else
  1561.     {
  1562.       yylsp->last_line = (yylsp+yylen-1)->last_line;
  1563.       yylsp->last_column = (yylsp+yylen-1)->last_column;
  1564.     }
  1565. #endif
  1566.  
  1567.   /* Now "shift" the result of the reduction.
  1568.      Determine what state that goes to,
  1569.      based on the state we popped back to
  1570.      and the rule number reduced by.  */
  1571.  
  1572.   yyn = yyr1[yyn];
  1573.  
  1574.   yystate = yypgoto[yyn - YYNTBASE] + *yyssp;
  1575.   if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp)
  1576.     yystate = yytable[yystate];
  1577.   else
  1578.     yystate = yydefgoto[yyn - YYNTBASE];
  1579.  
  1580.   goto yynewstate;
  1581.  
  1582. yyerrlab:   /* here on detecting error */
  1583.  
  1584.   if (! yyerrstatus)
  1585.     /* If not already recovering from an error, report this error.  */
  1586.     {
  1587.       ++yynerrs;
  1588.  
  1589. #ifdef YYERROR_VERBOSE
  1590.       yyn = yypact[yystate];
  1591.  
  1592.       if (yyn > YYFLAG && yyn < YYLAST)
  1593.     {
  1594.       int size = 0;
  1595.       char *msg;
  1596.       int x, count;
  1597.  
  1598.       count = 0;
  1599.       for (x = 0; x < (sizeof(yytname) / sizeof(char *)); x++)
  1600.         if (yycheck[x + yyn] == x)
  1601.           size += strlen(yytname[x]) + 15, count++;
  1602.       msg = (char *) xmalloc(size + 15);
  1603.       strcpy(msg, "parse error");
  1604.  
  1605.       if (count < 5)
  1606.         {
  1607.           count = 0;
  1608.           for (x = 0; x < (sizeof(yytname) / sizeof(char *)); x++)
  1609.         if (yycheck[x + yyn] == x)
  1610.           {
  1611.             strcat(msg, count == 0 ? ", expecting `" : " or `");
  1612.             strcat(msg, yytname[x]);
  1613.             strcat(msg, "'");
  1614.             count++;
  1615.           }
  1616.         }
  1617.       yyerror(msg);
  1618.       free(msg);
  1619.     }
  1620.       else
  1621. #endif /* YYERROR_VERBOSE */
  1622.     yyerror("parse error");
  1623.     }
  1624.  
  1625. yyerrlab1:   /* here on error raised explicitly by an action */
  1626.  
  1627.   if (yyerrstatus == 3)
  1628.     {
  1629.       /* if just tried and failed to reuse lookahead token after an error, discard it.  */
  1630.  
  1631.       /* return failure if at end of input */
  1632.       if (yychar == YYEOF)
  1633.     YYABORT;
  1634.  
  1635. #if YYDEBUG != 0
  1636.       if (yydebug)
  1637.     fprintf(stderr, "Discarding token %d (%s).\n", yychar, yytname[yychar1]);
  1638. #endif
  1639.  
  1640.       yychar = YYEMPTY;
  1641.     }
  1642.  
  1643.   /* Else will try to reuse lookahead token
  1644.      after shifting the error token.  */
  1645.  
  1646.   yyerrstatus = 3;        /* Each real token shifted decrements this */
  1647.  
  1648.   goto yyerrhandle;
  1649.  
  1650. yyerrdefault:  /* current state does not do anything special for the error token. */
  1651.  
  1652. #if 0
  1653.   /* This is wrong; only states that explicitly want error tokens
  1654.      should shift them.  */
  1655.   yyn = yydefact[yystate];  /* If its default is to accept any token, ok.  Otherwise pop it.*/
  1656.   if (yyn) goto yydefault;
  1657. #endif
  1658.  
  1659. yyerrpop:   /* pop the current state because it cannot handle the error token */
  1660.  
  1661.   if (yyssp == yyss) YYABORT;
  1662.   yyvsp--;
  1663.   yystate = *--yyssp;
  1664. #ifdef YYLSP_NEEDED
  1665.   yylsp--;
  1666. #endif
  1667.  
  1668. #if YYDEBUG != 0
  1669.   if (yydebug)
  1670.     {
  1671.       short *ssp1 = yyss - 1;
  1672.       fprintf (stderr, "Error: state stack now");
  1673.       while (ssp1 != yyssp)
  1674.     fprintf (stderr, " %d", *++ssp1);
  1675.       fprintf (stderr, "\n");
  1676.     }
  1677. #endif
  1678.  
  1679. yyerrhandle:
  1680.  
  1681.   yyn = yypact[yystate];
  1682.   if (yyn == YYFLAG)
  1683.     goto yyerrdefault;
  1684.  
  1685.   yyn += YYTERROR;
  1686.   if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != YYTERROR)
  1687.     goto yyerrdefault;
  1688.  
  1689.   yyn = yytable[yyn];
  1690.   if (yyn < 0)
  1691.     {
  1692.       if (yyn == YYFLAG)
  1693.     goto yyerrpop;
  1694.       yyn = -yyn;
  1695.       goto yyreduce;
  1696.     }
  1697.   else if (yyn == 0)
  1698.     goto yyerrpop;
  1699.  
  1700.   if (yyn == YYFINAL)
  1701.     YYACCEPT;
  1702.  
  1703. #if YYDEBUG != 0
  1704.   if (yydebug)
  1705.     fprintf(stderr, "Shifting error token, ");
  1706. #endif
  1707.  
  1708.   *++yyvsp = yylval;
  1709. #ifdef YYLSP_NEEDED
  1710.   *++yylsp = yylloc;
  1711. #endif
  1712.  
  1713.   yystate = yyn;
  1714.   goto yynewstate;
  1715. }
  1716. #line 632 "parse.y"
  1717.  
  1718.  
  1719.  
  1720. /* build_eof_action - build the "<<EOF>>" action for the active start
  1721.  *                    conditions
  1722.  */
  1723.  
  1724. void build_eof_action()
  1725.  
  1726.     {
  1727.     register int i;
  1728.  
  1729.     for ( i = 1; i <= actvp; ++i )
  1730.     {
  1731.     if ( sceof[actvsc[i]] )
  1732.         format_pinpoint_message(
  1733.         "multiple <<EOF>> rules for start condition %s",
  1734.             scname[actvsc[i]] );
  1735.  
  1736.     else
  1737.         {
  1738.         sceof[actvsc[i]] = true;
  1739.         fprintf( temp_action_file, "case YY_STATE_EOF(%s):\n",
  1740.              scname[actvsc[i]] );
  1741.         }
  1742.     }
  1743.  
  1744.     line_directive_out( temp_action_file );
  1745.     }
  1746.  
  1747.  
  1748. /* synerr - report a syntax error */
  1749.  
  1750. void synerr( str )
  1751. char str[];
  1752.  
  1753.     {
  1754.     syntaxerror = true;
  1755.     pinpoint_message( str );
  1756.     }
  1757.  
  1758.  
  1759. /* format_pinpoint_message - write out a message formatted with one string,
  1760.  *                 pinpointing its location
  1761.  */
  1762.  
  1763. void format_pinpoint_message( msg, arg )
  1764. char msg[], arg[];
  1765.  
  1766.     {
  1767.     char errmsg[MAXLINE];
  1768.  
  1769.     (void) sprintf( errmsg, msg, arg );
  1770.     pinpoint_message( errmsg );
  1771.     }
  1772.  
  1773.  
  1774. /* pinpoint_message - write out a message, pinpointing its location */
  1775.  
  1776. void pinpoint_message( str )
  1777. char str[];
  1778.  
  1779.     {
  1780.     fprintf( stderr, "\"%s\", line %d: %s\n", infilename, linenum, str );
  1781.     }
  1782.  
  1783.  
  1784. /* yyerror - eat up an error message from the parser;
  1785.  *         currently, messages are ignore
  1786.  */
  1787.  
  1788. void yyerror( msg )
  1789. char msg[];
  1790.  
  1791.     {
  1792.     }
  1793.